func runtime.findfunc
33 uses
runtime (current package)
debugcall.go#L46: f := findfunc(pc)
debuglog.go#L815: fn := findfunc(pc)
error.go#L307: name := funcNameForPrint(funcname(findfunc(pc)))
heapdump.go#L608: f := findfunc(pc)
panic.go#L56: if goarch.IsWasm == 0 && hasPrefix(funcname(findfunc(pc)), "runtime.") {
panic.go#L1391: if gp.m.incgo || findfunc(pc).valid() {
panic.go#L1396: if findfunc(lr).valid() {
panic.go#L1414: f := findfunc(pc)
plugin.go#L112: f2 := findfunc(entry)
preempt.go#L317: f := findfunc(abi.FuncPCABI0(asyncPreempt))
preempt.go#L319: f = findfunc(abi.FuncPCABIInternal(asyncPreempt2))
preempt.go#L383: f := findfunc(pc)
print.go#L293: fn := findfunc(val)
proc.go#L3808: f := findfunc(gp.sched.pc)
proc.go#L4915: if f := findfunc(pc); f.valid() {
proc.go#L6749: pkg := funcpkgpath(findfunc(abi.FuncPCABIInternal(f)))
stack.go#L987: f := findfunc(gp.sched.pc)
stack.go#L1084: if f := findfunc(gp.sched.pc); f.valid() {
stack.go#L1190: f := findfunc(gp.startpc)
symtab.go#L101: funcInfo := findfunc(pc)
symtab.go#L201: f := findfunc(tracepc)
symtab.go#L653: f := findfunc(pc)
symtab.go#L772: func findfunc(pc uintptr) funcInfo {
trace.go#L1371: fi := findfunc(callPC)
trace.go#L1782: f := findfunc(pc)
traceback.go#L202: f := findfunc(frame.pc)
traceback.go#L301: frame.fn = findfunc(frame.pc)
traceback.go#L455: flr := findfunc(frame.lr)
traceback.go#L509: f = findfunc(frame.pc)
traceback.go#L797: f := findfunc(pc)
traceback.go#L1069: f := findfunc(pc) // f previously validated
traceback.go#L1078: f := findfunc(ancestor.gopc)
traceback.go#L1316: f := findfunc(gp.startpc)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |